[INFO] cloning repository https://github.com/lucalewin/sanctum
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucalewin/sanctum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucalewin%2Fsanctum", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucalewin%2Fsanctum'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7ab0fc2ad2a37914fd8e0f6b4f1030185519f5a1
[INFO] fixing lucalewin/sanctum against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucalewin%2Fsanctum" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lucalewin/sanctum
[INFO] finished tweaking git repo https://github.com/lucalewin/sanctum
[INFO] tweaked toml for git repo https://github.com/lucalewin/sanctum written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lucalewin/sanctum on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lucalewin/sanctum already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-7-tc1/source/sanctum/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded opaque-ke v4.0.1
[INFO] [stderr]   Downloaded voprf v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5c167d13d38799f2f91a0bc9b86c353e252cb7a70d086fae8eec7cec4d72aff1
[INFO] running `Command { std: "docker" "start" "5c167d13d38799f2f91a0bc9b86c353e252cb7a70d086fae8eec7cec4d72aff1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c167d13d38799f2f91a0bc9b86c353e252cb7a70d086fae8eec7cec4d72aff1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5c167d13d38799f2f91a0bc9b86c353e252cb7a70d086fae8eec7cec4d72aff1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5c167d13d38799f2f91a0bc9b86c353e252cb7a70d086fae8eec7cec4d72aff1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/sanctum/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling openssl v0.10.80
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking serdect v0.2.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]    Compiling openssl-sys v0.9.116
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking voprf v0.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]     Checking opaque-ke v4.0.1
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking sled v0.34.7
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]     Checking sanctum-shared v0.1.0 (/opt/rustwide/workdir/sanctum-shared)
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking sanctum-client v0.1.0 (/opt/rustwide/workdir/sanctum-client)
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking color-spantrace v0.3.0
[INFO] [stdout] warning: unused import: `std::time::Duration`
[INFO] [stdout]  --> sanctum-client/src/client.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::time::Duration;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::time::sleep`
[INFO] [stdout]  --> sanctum-client/src/client.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tokio::time::sleep;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Key`
[INFO] [stdout]  --> sanctum-client/src/crypto.rs:4:33
[INFO] [stdout]   |
[INFO] [stdout] 4 |     AeadCore, ChaCha20Poly1305, Key, KeyInit, Nonce,
[INFO] [stdout]   |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> sanctum-client/src/client.rs:409:13
[INFO] [stdout]     |
[INFO] [stdout] 409 |     base64::encode(data)
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode
[INFO] [stdout]    --> sanctum-client/src/client.rs:413:13
[INFO] [stdout]     |
[INFO] [stdout] 413 |     base64::decode(encoded).map_err(|_| Error::InvalidBase64)
[INFO] [stdout]     |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stdout] error[E0609]: no field `encrypted_record_key` on type `Record`
[INFO] [stdout]   --> sanctum-client/src/models.rs:70:41
[INFO] [stdout]    |
[INFO] [stdout] 70 |             encrypted_record_key: value.encrypted_record_key,
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^ unknown field
[INFO] [stdout]    |
[INFO] [stdout]    = note: available fields are: `id`, `vault_id`, `encrypted_data_blob`, `created_at`, `updated_at`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `api_client`
[INFO] [stdout]    --> sanctum-client/src/client.rs:386:18
[INFO] [stdout]     |
[INFO] [stdout] 386 |         let Some(api_client) = &self.api_client else {
[INFO] [stdout]     |                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_client`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `api_client`
[INFO] [stdout]    --> sanctum-client/src/client.rs:394:18
[INFO] [stdout]     |
[INFO] [stdout] 394 |         let Some(api_client) = &self.api_client else {
[INFO] [stdout]     |                  ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_api_client`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stdout] For more information about this error, try `rustc --explain E0609`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sanctum-client` (lib) due to 1 previous error; 7 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5c167d13d38799f2f91a0bc9b86c353e252cb7a70d086fae8eec7cec4d72aff1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5c167d13d38799f2f91a0bc9b86c353e252cb7a70d086fae8eec7cec4d72aff1", kill_on_drop: false }`
[INFO] [stdout] 5c167d13d38799f2f91a0bc9b86c353e252cb7a70d086fae8eec7cec4d72aff1
